home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh +x
- #
- # Argument 1 (the only argument to VolumeCheck) is the full path to a volume
- # The path is of the form "/" or /Volume/{volume name}
- #
-
- V="$1"
- if [ "${V}" == "/" ]
- then
- exit 0
- fi
-
- RETVAL=$(( (1<<5) | 16 ))
- exit ${RETVAL}
-
- #
- # Where the VolumeCheck.strings go.
- # TODO - does package actually copy the English.lproj contents correctly?
- # is there a from directory so that I can put
- #
- #Test.pkg
- # Contents
- # Archive.bom
- # Archive.pax.gz
- # Info.plist
- # Resources
- # Description.plist
- # VolumeCheck -1-
- # English.lproj -2-
- # VolumeCheck.strings -3-
- # French.lproj -4-
- # VolumeCheck.strings -5-
- #